翻訳と辞書
Words near each other
・ Hard Candy (Ned Doheny album)
・ Hard Candy Christmas
・ Hard Candy Fitness
・ Hard Case Crime
・ Hard Cases
・ Hard cases make bad law
・ Hard Cash
・ Hard Charger
・ Hard Choices
・ Hard Choices (Coward book)
・ Hard Choices (disambiguation)
・ Hard Choices (film)
・ Hard Choices (graphic novella)
・ Hard Choices (Moore book)
・ Hard clam
Hard coding
・ Hard Coming Love
・ Hard Contract
・ Hard Copy
・ Hard copy
・ Hard Core (Lil' Kim album)
・ Hard Core (Lil' Kim mixtape)
・ Hard Core (Paul Dean album)
・ Hard Core Logo
・ Hard Core Logo 2
・ Hard Core Poetry
・ Hard Corner, Virginia
・ Hard Corps
・ Hard Corps (English band)
・ Hard count


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hard coding : ウィキペディア英語版
Hard coding

Hard coding (also, hard-coding or hardcoding) refers to the software development practice of embedding what may, perhaps only in retrospect, be considered an input or configuration data directly into the source code of a program or other executable object, or fixed formatting of the data, instead of obtaining that data from external sources or generating data or formatting in the program itself with the given input.
==Overview==
Considered an anti-pattern, hard coding requires the program's source code to be changed any time the input data or desired format changes, when it might be more convenient to the end user to change the detail by some means outside the program.
Hard coding is often required. Programmers may not have a dynamic user interface solution for the end user worked out but must still deliver the feature or release the program. This is usually temporary but does resolve, in a short term sense, the pressure to deliver the code. Later, softcoding is done to allow a user to pass on parameters that give the end user a way to modify the results or outcome.
The term "hard-coded" was initially used as an analogy to hardwiring circuits - and was meant to convey the inflexibility which results from its usage within software design and implementation.
In the context of run-time extensible collaborative development environments such as MUDs, hardcoding also refers to developing the core engine of the system responsible for low-level tasks and executing scripts, as opposed to softcoding which is developing the high-level scripts that get interpreted by the system at runtime. In this case, the term is not pejorative and refers to general development, rather than specifically embedding output data.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hard coding」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.